BigCheckboxes Property (FlexGridBase<T>)
In This Topic
Gets or sets a value that determines whether the checkboxes used to edit boolean columns should extend to cover the whole cell width.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(False)>
Public Overridable Property BigCheckboxes As System.Boolean
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.Boolean
instance.BigCheckboxes = value
value = instance.BigCheckboxes
[System.ComponentModel.DefaultValue(false)]
public virtual System.bool BigCheckboxes {get; set;}
public read-write property BigCheckboxes: System.Boolean; virtual;
System.ComponentModel.DefaultValueAttribute()
public function get,set BigCheckboxes : System.boolean
[System.ComponentModel.DefaultValue(false)]
public: __property virtual System.bool get_BigCheckboxes();
public: __property virtual void set_BigCheckboxes(
System.bool value
);
[System.ComponentModel.DefaultValue(false)]
public:
virtual property System.bool BigCheckboxes {
System.bool get();
void set ( System.bool value);
}
See Also